home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / PK232COM.LZH / HELP < prev    next >
Text File  |  1988-01-27  |  3KB  |  62 lines

  1. PK232COM 1.48 NC/L control Statements
  2.  
  3. In AMTOR all statements must be on same line as + ? (over)
  4.  
  5. :eOF: End of message,  (Control Z is used in Packet,
  6.                             :EOF: is used in AMTOR).
  7. :qBM: To Download a file.
  8. :qDB: To Upload a file.
  9. :qJG: No more messages pending.
  10. :qMH: To request a call monitored list ('MH').
  11. :qNO: Error or function not present/active.
  12. :qRU: To upload messages.
  13. :qRV: Ready for message.
  14. :qRT: To shut down a packet mode beacon station.
  15. :qSL: Confirm receipt.
  16. :qSM: To request a repeat of a message.
  17. :qSP: To leave a message for another station.
  18. :qTC: Messsage list.
  19.  
  20. NC/L is based on the 'Q' code which most radio amateurs should be
  21. familiar  with  to  some  extent.  It is  designed  so  that  LAN
  22. functions  may be performed by anyone no matter how much  English
  23. they know.
  24.  
  25. The following error numbers are associated with message store and
  26. forward operations.
  27.  
  28.         ?    Non  valid NC/L word.
  29.         1    Computer not configured as Store and Forward system.
  30.         2    Requested ASCII file/ message (:qBM:) does not exist.
  31.         3    You  made an error in the name of the callsign for whom  the
  32.              message is intended (It must be at least 3 characters long).
  33.         4    File creation error in host system (eg. illegal file name).
  34.         5    Error  occurred  during reception and  storage  of  message.
  35.              Could be that the computer ran out of space on the disk,  or
  36.              something else went wrong in storing the message.
  37.         6    :qRU: You are not authorised as a store and forward mailbox.
  38.         7    :qRU: Error in opening MBX file.
  39.         8    :qRU: Error in closing MBX file.
  40.         9    :qRU: Sequence  Error in callsign of message to go.  The bad
  41.              callsign will be shown after the error number.
  42.         14   File  creation  error in (Upload) host system  (eg.  illegal 
  43.              file name).
  44.  
  45.         90   NC/L defined function not implemented in this release.
  46.         99   PK232COM compatable program,  but requested function has not
  47.              been implemeted.
  48.  
  49. NOTES
  50.  
  51. MBX  is a file containing a list of designated store and  forward
  52. calls assoicated with any LAN station.
  53.  
  54. Error 90 is returned when a :qMH: command is received by PK232COM
  55. driving a TNC1 or in AMTOR mode.
  56.  
  57. ERROR  99  is there to be used by  PK232COM  compatable  software
  58. written for other types of PC's.
  59.  
  60. :q has been sent (packet mode only) instead of :Q so as not to
  61. trigger your program.  You must use UPPER CASE  for all NC/L commands.
  62.